home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / QMATRIX1.ZIP / QBMATRIX.TXT < prev   
Text File  |  1996-09-02  |  4KB  |  114 lines

  1. QB MATRIX Documentation
  2. Copyright 1996 Tim Truman
  3.  
  4. ------------
  5. Distribution 
  6. ------------
  7. QB MATRIX may be freely distributed providing no changes are made
  8. to the program or it's support files. QB MATRIX may not be
  9. distributed compiled.
  10.  
  11. ------------
  12. Code Ripping
  13. ------------
  14. Original functions and subroutines found in QB MATRIX may be used
  15. with permision from the author.
  16.  
  17. -----------------
  18. Loading QB Matrix 
  19. -----------------
  20. To load the program from DOS type  QBASIC QBMATRIX  and press enter.
  21. Intructions on how to play are included in the first few pages of source
  22. code or you can read them below. If you want to skip reading the
  23. instructions and go right to the game type  QBASIC /RUN QBMATRIX
  24. and press enter.
  25.  
  26. If your using QuickBasic 4.5 then Type QB QBMATRIX or QB /RUN QBMATRIX.
  27.  
  28. Windows users can use the included PIF files to load the program.
  29. Use the File Manager and double click on the QBASIC.PIF file to run
  30. QBMATRIX in QBASIC or double click the QB45.PIF to load QBMATRIX into
  31. QuickBASIC 4.5.
  32.  
  33. -----------------
  34. Playing QB Matrix
  35. -----------------
  36.  
  37. -- Selecting play options 
  38.  
  39.  After leaving the title screen an option screen will appear. Here's the
  40.  options availble. Press on the buttons to use them.
  41.  
  42.  Slam Mode -     Setting slam mode will cause the piece in play
  43.                  to immediatly drop into position after pressing
  44.                  the down arrow key or the 2 key. Otherwise the
  45.                  down arrow key or key 2 on the numeric keypad must
  46.                  be held to drop the piece. Slam mode is best used
  47.                  after becomming familiar with the game.
  48.  
  49.  Sound -         Allows you to turn off the sound effects so you
  50.                  won't disturb the boss.
  51.  
  52.  Level -         The higher the selected level the faster the pieces
  53.                  will drop.
  54.  
  55.  Handicap -      Selecting a handicap greater than zero will fill the
  56.                  bottom of the pit with random blocks up to the number
  57.                  of rows equal to the handicap value selected.
  58.  
  59.  Play Matrix -   Start the game with the selected options.
  60.  
  61.  Key usage during option screen:
  62.       /         - esc
  63.       8         - move cursor up
  64.    4  5  6      - move cursor left / press buttons / move cursor right
  65.       2         - move cursor down
  66.       Or use the arrow keys and space bar.
  67.  
  68.  
  69. -- How to play 
  70.  
  71.     Get the falling pieces to fit the best you can within the
  72.     confines of the pit. When complete rows are formed they will
  73.     be cleared. This will make room for more pieces. When pieces land
  74.     on the very top row of the pit the game will be over.
  75.  
  76.     Key usage during game :
  77.         /         - esc
  78.         8         - spin piece ccwise
  79.      4  5  6      - move piece left / spin piece cwise / move piece right
  80.         2         - move piece down
  81.     Ins   Del     - toggle slam mode / toggle sound
  82.     Or use the arrow keys and space bar.
  83.  
  84. -- Scoring
  85.  
  86.  Points are awarded every time a piece land in the pit. The points
  87.  recieved are calculated by the row the piece lands in and the current
  88.  level. Simply, the higher the piece lands and the higher the level
  89.  the more points that are added to the score.
  90.  
  91. -- Entering a highscore 
  92.  
  93.  QB Matrix keeps the top 15 highscores. If you have beaten one of them
  94.  a red blinking cursor will appear at your rank and you can enter a name
  95.  or phrase of up to 23 charaters in length. The keys respond like a reqular
  96.  text editor. Press enter when done.
  97.  
  98.  
  99. -----------------------------
  100. Ordering the Advanced Version
  101. -----------------------------
  102.  
  103. For information on ordering the QuickBASIC 4.5 version with
  104. greatly enhanced features read the MATRIX.TXT file.
  105.  
  106. Questions, comments or work related:
  107. AOL        - Tim Truman
  108. Compuserve - 74734,2203
  109. INTERNET   - TimTruman@aol.com
  110.  
  111.  
  112. Enjoy The Game!
  113.  
  114.